home *** CD-ROM | disk | FTP | other *** search
/ So Who's Dr. Rabbit? / SWDR_1.iso / pc / swdrmov / pg1011.dxr / 01011 Scripts Int_44_FS go ToothChart.ls < prev    next >
Encoding:
Text File  |  1997-07-28  |  373 b   |  16 lines

  1. global gCurLocation, gFSediting
  2.  
  3. on exitFrame
  4.   UtilUpdateFrame()
  5.   puppetSprite(13, 1)
  6.   puppetSprite(15, 1)
  7.   set the visible of sprite 13 to 0
  8.   set the visible of sprite 15 to 0
  9.   puppetTransition(member "Center Out Trans" of castLib "JMH Images Ext")
  10.   if gFSediting then
  11.     go("TwoDChart")
  12.   else
  13.     GotoLocation(GetActivity(gCurLocation, #TwoDChart))
  14.   end if
  15. end
  16.